home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FCHEK284.ZIP
/
test
/
do_enddo.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-06
|
440 b
|
20 lines
c VAX-compatible fortran: underscores & do-enddo
subroutine abc
sum = 0.0
do i=1,100
sum = sum + i
enddo
print *,sum !@#$*&
# ,i
other_sum = 1.0
do while(other_sum .lt. 2000)
other_sum = other_sum * 2.0
end do
! here we have a nonstandard comment
print *,other_sum
dowhile ( x .ne. (1,2))
x = 3.0
end do
end
include 'average.f'